const go/printer.inEscape

5 uses

	go/printer (current package)
		printer.go#L1189: 	inEscape        // inside text bracketed by tabwriter.Escapes
		printer.go#L1228: 				p.state = inEscape
		printer.go#L1235: 		case inEscape:
		printer.go#L1254: 				p.state = inEscape
		printer.go#L1267: 	case inEscape, inText: